Skip to content

feat(tip-1026): add logoURI/setLogoURI, LogoURIUpdated, and createToken overload#103

Merged
fgimenez merged 1 commit intomasterfrom
fgimenez/tip-1026
May 4, 2026
Merged

feat(tip-1026): add logoURI/setLogoURI, LogoURIUpdated, and createToken overload#103
fgimenez merged 1 commit intomasterfrom
fgimenez/tip-1026

Conversation

@fgimenez
Copy link
Copy Markdown
Member

@fgimenez fgimenez commented May 4, 2026

Adds the Solidity-side declarations for TIP-1026 (Token Logo URI) so downstream ABI consumers and the tempoxyz/tempo ABI alignment check stay in sync with the Rust implementation in tempoxyz/tempo#3745.

ITIP20:

  • function logoURI() external view returns (string memory)
  • function setLogoURI(string calldata newLogoURI) external
  • event LogoURIUpdated(address indexed updater, string newLogoURI)
  • error LogoURITooLong()
  • error InvalidLogoURI()

ITIP20Factory:

  • New 7-argument createToken overload that accepts an additional logoURI argument. The legacy 6-argument selector and the TokenCreated event are unchanged.

Copy link
Copy Markdown
Collaborator

@zerosnacks zerosnacks left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm 👍

@fgimenez fgimenez merged commit bc33eda into master May 4, 2026
22 checks passed
@fgimenez fgimenez deleted the fgimenez/tip-1026 branch May 4, 2026 13:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants